home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 36 / files005.zip / FILES.DOC < prev    next >
Text File  |  1991-06-25  |  3KB  |  67 lines

  1. This started out as a quick & dirty program for my own use.  After
  2. playing with it a little and with some prodding (ouch :-)) by Don
  3. Dawson of 1:141/730, we thought it was too fun not to pass along.
  4.  
  5. This program is based on a Byte Magazine Article (March 1991)
  6. _Undocumented_DOS_ by Andrew Schulman, the article was adapted from
  7. the book of the same name, by Andrew Schulman, Raymond J. Michels,
  8. Jim Kyle, Tim Paterson, David Maxey, and Ralf Brown.
  9.  
  10. Written using DVGLUE by Ralf Brown & Ralf Brown's INTER191.Zip.
  11.  
  12. Files.exe - Displays a table of currently open files .  It will loop
  13. continuously until the ESC is key pressed.  It will only run under
  14. Desqview and DOS 3.1 or higher (I've only tested it with DV 2.31 and
  15. MS-DOS 3.3 with Share.exe).
  16.  
  17.  
  18. Fields displayed:
  19. y/n        sleep mode on (+) or off (-)
  20. Filename Ext    name/ext of file
  21. Size        current file size
  22. Offset        current offset into file
  23. Attr        files' attribute
  24. Mode        open mode
  25. Date        files' date
  26. Time        files' time
  27. Hnd        number of file handles referring to this file (?)
  28. PSP        File owners PSP
  29.  
  30.  
  31. Active Keys:
  32. Esc        Exit/Quit
  33. PgUp/PgDn    Moves between display screens (if more than one)
  34. Home        clear and redraw screen
  35. F2        Toggle open/all mode
  36. F3        Toggle regular/open mode display
  37. F4        Toggle sleep/nosleep mode
  38. F5        Toggle full path display/regular display
  39.  
  40.  
  41. Pressing the space bar or F2 will toggle open/all modes.  The initial
  42. mode shows only open files.  The all mode will dump the whole file
  43. table, files that are not open will show a 0 in the 'handles' column.
  44. Pressing F3 will provide more detail about the open files, sharing
  45. modes and file attributes.
  46.  
  47. Pressing F4 toggles sleep mode on and off.  While on the program will
  48. give up one second of time after each screen refresh, this is the
  49. default.  This gives back a lot of time to the system and will allow
  50. Files to use very little overhead.  While sleep mode is on a '+' will
  51. be displayed in the upper left hand corner of the screen.  When sleep
  52. mode is toggled off the screen redraw will be more frequent, at the
  53. expense of hogging more system time.  The '+' will change to a '-'
  54. when sleep mode is toggled off.
  55.  
  56. Pressing F5 toggles display of the full path to the open files if
  57. share.exe is loaded.
  58.  
  59. Files attempts to be smart about the screen length and displays only
  60. as many files as will fit on the screen.  If you resize the window it
  61. will try to adjust to the new window height.  Pressing the Home key
  62. will allow you to reset the display manually if it becomes confused.
  63.  
  64. Questions/Comments/Bug Reports may be sent to Bill Bond
  65. 1:325/118@fidonet
  66.  
  67.